C (174/254)

From:Allan Odgaard
Date:24 Apr 00 at 22:04:04
Subject:Re: StormC commenting

On 24-Apr-00, Mike Carter wrote:

> I know this! But it is for debugging, I want to comment out a section
> to try something else.

Instead of using nested comments then you probably could use defines instead,
E.g.

#ifdef DEBUG

#if 0
...
#endif

#else

...

#endif

Regards Allan

------------------------------------------------------------------------
IT Professionals: Match your unique skills with the best IT projects at
http://click.egroups.com/1/3381/1/_/451227/_/956610392/
------------------------------------------------------------------------